home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Examples / Sound / MacMake.bmk next >
Encoding:
Text File  |  1994-04-21  |  2.0 KB  |  62 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                MakeMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Author:                Lonnie Millett
  7. #    Creation Date:        3/28/94
  8. #
  9. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  10. #
  11. #========================================================================================
  12. __DynamicComponentName = SoundPart
  13.  
  14. __IncludeDirs = ∂
  15.     -i "{BedODCPlusIncludes}" ∂
  16.     -i "{OPF}Found:FWCommon:Include:" ∂
  17.     -i "{OPF}Found:FWTaskG:Include:" ∂
  18.     -i "{OPF}Found:FWRunTyp:Include:" ∂
  19.     -i "{OPF}Found:FWDebug:Include:" ∂
  20.     -i "{OPF}Found:FWExcLib:Include:" ∂
  21.     -i "{OPF}Found:BCCollec:Support:" ∂
  22.     -i "{OPF}Found:BCCollec:Structs:Maps:" ∂
  23.     -i "{OPF}Found:BCCollec:Structs:Collects:" ∂
  24.     -i "{OPF}Found:FWStream:Include:" ∂
  25.     -i "{OPF}Found:FWArchiv:Include:" ∂
  26.     -i "{OPF}Found:FWString:Include:" ∂
  27.     -i "{OPF}OS:FWMemory:Include:" ∂
  28.     -i "{OPF}OS:FWGraphx:Include:" ∂
  29.     -i "{OPF}FrameWrk:FWPart:Include:" ∂
  30.     -i "{_BedTargetDir}Include:"
  31.  
  32. __BedRCIncludeDirs = ∂
  33.     -i "{BedODRIncludes}" ∂
  34.  
  35. __ComponentObjects = ∂
  36.     "{_BedTargetObjectsDir}"SndPart.cpp.o ∂
  37.     "{_BedTargetObjectsDir}Templat.o"
  38.  
  39. __ExportedComponentObjects = ∂
  40.     "{_BedTargetObjectsDir}SndPart.cpp.o"
  41.  
  42. __ComponentResources = ∂
  43.     "{_BedTargetObjectsDir}"SndPart.rsrc
  44.     
  45. __FrameworkResources= ∂
  46.     "{_BedLibDir}"FWPart.rsrc
  47.  
  48. # directory dependency propagation
  49. "{_BedTargetObjectsDir}" ƒ "{_BedTargetDir}Sources:" "{_BedTargetDir}Other:"
  50.  
  51. # Its not easy turning sym off for just a single file, so here we strip out symbols
  52. # using lib. Not only is this a hack but could be problematic if the object file is
  53. # large enough that the compiler goes over the 64k OMF record limit.
  54.  
  55. "{_BedTargetObjectsDir}Templat.o" ƒ "{_BedTargetObjectsDir}Templat.cpp.o"
  56.     {_BedLib} -mf -sym off ∂
  57.          -o "{_BedTargetObjectsDir}Templat.o" ∂
  58.         "{_BedTargetObjectsDir}Templat.cpp.o"
  59.  
  60. #####################################################################################
  61. # Dependencies
  62. #####################################################################################